GrapeCity ActiveReports for .NET 16.0J
Insert メソッド (ItemCollection<T>)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ItemCollection<T> クラス : Insert メソッド
アイテムを挿入する必要があるインデックス。
挿入するアイテム。
コレクションの指定された位置に新しいアイテムを挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As T _
) 
public void Insert( 
   int index,
   T item
)

パラメータ

index
アイテムを挿入する必要があるインデックス。
item
挿入するアイテム。
参照

ItemCollection<T> クラス
ItemCollection<T> メンバ